home *** CD-ROM | disk | FTP | other *** search
/ Micromanía: 150 Juegos 2010 / 150Juegos_16.iso / Shareware / Shape Smash / shape-smash.swf / scripts / Box2D / Common / Math / _ni781.as < prev    next >
Encoding:
Text File  |  2010-05-14  |  858 b   |  41 lines

  1. package Box2D.Common.Math
  2. {
  3.    public class _ni781
  4.    {
  5.       public var position:b2Vec2;
  6.       
  7.       public var R:_oh327;
  8.       
  9.       public function _ni781(param1:b2Vec2 = null, param2:_oh327 = null)
  10.       {
  11.          position = new b2Vec2();
  12.          R = new _oh327();
  13.          super();
  14.          if(param1)
  15.          {
  16.             position._kh737(param1);
  17.             R._kp63(param2);
  18.          }
  19.       }
  20.       
  21.       public function _uy378() : void
  22.       {
  23.          position._he34();
  24.          R._uy378();
  25.       }
  26.       
  27.       public function _br741(param1:_ni781) : void
  28.       {
  29.          position._kh737(param1.position);
  30.          R._kp63(param1.R);
  31.       }
  32.       
  33.       public function _cp216(param1:b2Vec2, param2:_oh327) : void
  34.       {
  35.          position._kh737(param1);
  36.          R._kp63(param2);
  37.       }
  38.    }
  39. }
  40.  
  41.